Fix gtk_widget_add_tick_callback sometimes not working
authorAlexander Larsson <alexl@redhat.com>
Fri, 15 Feb 2013 14:46:33 +0000 (15:46 +0100)
committerAlexander Larsson <alexl@redhat.com>
Fri, 15 Feb 2013 14:46:33 +0000 (15:46 +0100)
commitbbb981fd1aecae0dba4ab9e23ed38ce91ba771f9
tree2f96273c1c9056e0fa4954cc06f727cc5f9fc496
parentc6c33c5cd7a6b5b805f8667a5bca1d4afb7cef04
Fix gtk_widget_add_tick_callback sometimes not working

We clear GtkTickCallbackInfo on creation to ensure all fields start
as 0. Before we sometimes ended up with destroyed being 1
so the tick was never called.
gtk/gtkwidget.c